@charset "utf-8";
/* 公共样式 */

/* 头部 */
.headerWarp {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 15;
}

.headerWarp.header_fixed,
.headerWarp:hover {
  background-color: rgba(4, 4, 4, 0.7);
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
}

.header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header .logo {
  display: block;
}

.header .logo img {
  height: 53px;
}

.header .h-left {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 15;
}

.header .h-left .nav {
  display: flex;
  align-items: center;
}

.header .h-left .nav li.item {
  margin-right: 40px;
  position: relative;
}

.header .h-left .nav li.item:last-child {
  margin-right: 0;
}

.header .h-left .nav li.item > a {
  display: block;
  font-size: 16px;
  line-height: 100px;
  color: #ffffff;
  font-weight: bold;
  transition: all 0.3s;
}

.header .h-left .nav li.item:hover > a {
  color: #0072c3;
}

.header .h-left .nav li.item .erji {
  display: none;
  position: absolute;
  width: 150px;
  background-color: rgba(4, 4, 4, 0.7);
  z-index: 5;
  top: 100%;
  left: 50%;
  transform: translate(-50%, 0);
}
.header .h-left .nav li.item:hover .erji {
  display: block;
}
.header .h-left .nav li.item .erji li {
  position: relative;
}
.header .h-left .nav li.item .erji li a {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 40px;
  color: #ffffff;
  transition: all 0.3s;
}
.header .h-left .nav li.item .erji li:hover > a {
  background: #0072c3;
}
.header .h-left .nav li.item .erji li .sanji {
  display: none;
  position: absolute;
  width: 150px;
  background-color: rgba(4, 4, 4, 0.7);
  z-index: 5;
  top: 0;
  left: 100%;
}
.header .h-left .nav li.item .erji > li:hover .sanji {
  display: block;
}

/* h-icon */
.h-icon {
  display: flex;
  margin-left: 38px;
}

.h-icon .iconwarp {
  width: 26px;
  height: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 35px;
}

.h-icon .iconwarp > a {
  font-size: 20px;
  color: #ffffff;
}

.h-icon .searchBox {
  width: 200px;
  background-color: #fff;
  border-radius: 20px;
  overflow: hidden;
  position: absolute;
  top: 70px;
  display: none;
  box-shadow: 0px 0px 10px 3px rgb(0 0 0 / 20%);
}

.h-icon .searchBox .cont {
  display: flex;
  width: 100%;
}

.h-icon .searchBox input {
  display: block;
  width: 80%;
  height: 30px;
  border: none;
  outline: none;
  padding: 0 10px;
}

.h-icon .searchBox button {
  display: block;
  width: 30%;
  height: 30px;
  padding: 0;
  box-shadow: none;
  border: none;
  background-color: #fff;
  font-size: 12px;
  color: #0072c3;
  border-left: 1px solid #ddd;
}

.h-icon .searchBox.on {
  display: block;
}

.h-icon .language {
  position: relative;
  margin-right: 0 !important;
  width: auto;
  cursor: pointer;
}

.h-icon .language > .en {
  font-weight: 400;
  font-size: 20px;
  color: #ffffff;
  margin-left: 12px;
}

.h-icon .language > i {
  font-weight: 400;
  font-size: 20px;
  color: #ffffff;
  margin-left: 12px;
}

.language .l-down {
  width: 100px;
  box-shadow: 0px 0px 10px 3px rgb(0 0 0 / 20%);
  position: absolute;
  top: 36px;
  background-color: #fff;
  z-index: 0;
  display: none;
}

.language .l-down:before {
  content: "";
  display: block;
  border: 6px solid transparent;
  border-bottom-color: #fff;
  width: 0;
  height: 0;
  position: absolute;
  left: 50%;
  top: -10px;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  z-index: -1;
}

.language .l-down a {
  text-align: center;
  display: block;
  line-height: 30px;
  border-bottom: 1px solid #ddd;
  font-size: 14px;
  color: #0072c3;
}

.language .l-down a:last-child {
  border: none;
}

.language .l-down a.active,
.language .l-down a:hover {
  background-color: #0072c3;
  color: #fff;
}

.language .l-down.on {
  display: block;
}
.dl-menuwrapper {
  padding-top: 50px;
}

.dl-menuwrapper button {
  width: 50px;
  height: 50px;
  background-color: rgba(51, 51, 51, 0.8) !important;
  cursor: pointer;
}

.dl-menuwrapper button.dl-active {
  background-color: rgba(51, 51, 51, 0.8) !important;
}

.dl-menuwrapper ul {
  background: rgba(51, 51, 51, 0.8);
}

.dl-menuwrapper li a {
  font-size: 14px;
  padding: 9px 20px;
  border-top: 1px solid #606060;
  border-bottom: 1px solid #3a3a3a;
}
.dl-menuwrapper li.dl-back > a {
  padding-left: 30px;
  background: rgba(0, 0, 0, 0.1);
}
.dl-menuwrapper li.dl-back:after,
.dl-menuwrapper li > a:not(:only-child):after,
.dl-menuwrapper li > span {
  width: 40px;
  height: 40px;
  line-height: 40px;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .header .h-left .nav li.item {
    margin-right: 30px;
  }
  .header .h-left .nav li.item > a {
    font-size: 14px;
  }
  .h-icon {
    margin-left: 30px;
  }
  .h-icon .iconwarp {
    margin-right: 30px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .header .logo img {
    height: 50px;
  }
  .header .h-left .nav li.item {
    margin-right: 20px;
  }
  .header .h-left .nav li.item > a {
    font-size: 14px;
  }
  .h-icon {
    margin-left: 20px;
  }
  .h-icon .iconwarp {
    margin-right: 20px;
  }
}

@media (min-width: 761px) and (max-width: 991px) {
  .header .logo img {
    height: 30px;
  }
  .header .h-left .nav li.item {
    margin-right: 10px;
  }
  .header .h-left .nav li.item > a {
    font-size: 12px;
    font-weight: normal;
    line-height: 80px;
  }
  .h-icon {
    margin-left: 10px;
  }
  .h-icon .iconwarp {
    margin-right: 10px;
  }
  .h-icon .iconwarp > a {
    font-size: 14px;
  }
  .h-icon .language > .en {
    font-size: 16px;
    margin-left: 8px;
  }
}

@media only screen and (max-width: 760px) {
  .headerWarp {
    background-color: rgba(4, 4, 4, 0.7);
  }
  .headerWarp .center {
    padding-right: 0;
  }
  .headerWarp .header {
    height: 50px;
    position: relative;
  }
  .header .h-left {
    margin-right: 60px;
  }
  .headerWarp .h-left .nav {
    display: none;
  }
  .h-icon {
    margin-left: 0;
  }
  .h-icon .iconwarp {
    margin-right: 15px;
  }
  .headerWarp .header .logo {
    position: relative;
    z-index: 10;
  }
  .headerWarp .header .logo img {
    height: 40px;
    filter: none;
  }
  .h-icon .language > .en {
    display: none;
  }
  .h-icon .searchBox {
    position: fixed;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
  }
}

/* 底部 */
.footerwrap {
}

/* 友情链接 */
.f-top {
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  background-color: #001e33;
}

.f-top .link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 60px;
  font-size: 14px;
  color: #bcbfc8;
}

.f-top .link a {
  display: block;
  font-size: 14px;
  color: #bcbfc8;
  margin-left: 10px;
}

.f-top .link a:hover {
  color: #fff;
}

.f-min {
  background-color: #001e33;
  padding: 50px 0;
}

.fm-cont {
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.fmc-left a {
  display: block;
  margin-bottom: 30px;
}

.fmc-left a img {
  display: block;
}

.fmc-left .lx {
}

.fmc-left .lx div {
  font-size: 14px;
  color: #ffffff;
  margin-top: 14px;
}
.fmc-left .lx div:first-child {
  margin-top: 0;
}

.fmc-left .ewm {
  display: flex;
  margin-top: 30px;
}

.fmc-left .ewm a {
  margin-right: 15px;
}

.fmc-left .ewm a:last-child {
  margin-right: 0;
}

.fmc-left .ewm a img {
  display: block;
  width: 56px;
}
.fmc-cont {
  display: flex;
}

.fmc-cont li {
  margin-right: 60px;
}

.fmc-cont li:last-child {
  margin-right: 0;
}

.fmc-cont li h3 {
  font-size: 18px;
  font-weight: bold;
  color: #ffffff;
  padding-bottom: 20px;
  margin-bottom: 25px;
  position: relative;
}

.fmc-cont li h3::after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 28px;
  height: 3px;
  background: #0174c4;
  left: 0;
  bottom: 0;
}

.fmc-cont li .a-listbox {
  display: flex;
  flex-direction: column;
}

.fmc-cont li .a-listbox a {
  font-size: 14px;
  color: #cccccc;
  line-height: 34px;
}

.fmc-cont li .a-listbox a:hover {
  color: #fff;
  text-decoration: underline;
}
/* 底部备案信息 */
.f-bottom {
  background-color: #001321;
  text-align: center;
  font-size: 16px;
  color: #ffffff;
  padding: 21px 0;
}

.f-bottom a {
  font-size: 16px;
  color: #ffffff;
}

.kef {
  display: none;
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .fmc-cont li {
    margin-right: 35px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .fmc-left {
    width: 100%;
  }
  .fmc-left a {
    margin-bottom: 20px;
  }
  .fmc-left .lx {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .fmc-left .lx div {
    font-size: 16px;
    margin-top: 0;
  }
  .fmc-left .ewm {
    margin-top: 15px;
  }
  .fmc-left .ewm a img {
    width: 40px;
  }
  .fm-cont {
    flex-direction: column;
  }
  .fmc-cont {
    width: 100%;
    justify-content: space-between;
    margin-top: 30px;
  }
  .fmc-cont li {
    margin-right: 0;
  }
}

@media (min-width: 761px) and (max-width: 991px) {
  .fmc-left {
    width: 100%;
  }
  .fmc-left a {
    margin-bottom: 20px;
  }
  .fmc-left a img {
    height: 40px;
  }
  .fmc-left .lx {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .fmc-left .lx div {
    font-size: 15px;
    margin-top: 0;
  }
  .fmc-left .ewm {
    margin-top: 15px;
  }
  .fmc-left .ewm a img {
    width: 35px;
    height: auto;
  }
  .fm-cont {
    flex-direction: column;
  }
  .fmc-cont {
    width: 100%;
    justify-content: space-between;
    margin-top: 30px;
  }
  .fmc-cont li {
    margin-right: 0;
  }
  .fmc-cont li h3 {
    font-size: 16px;
  }
  .fmc-cont li .a-listbox a {
    font-size: 12px;
    line-height: 25px;
  }
  .f-bottom,
  .f-bottom a {
    font-size: 14px;
  }
}

@media (max-width: 760px) {
  .footerwrap {
    padding-bottom: 60px;
  }
  /* .f-top */
  .f-top .link,
  .fm-cont {
    width: 94%;
  }
  .f-top {
    display: none;
  }
  .f-min {
    display: none;
  }
  .fm-cont {
    display: block;
  }
  .fmc-left a img {
    height: 40px;
  }
  .fmc-left .ewm {
    margin-top: 20px;
    justify-content: center;
    -webkit-justify-content: center;
  }
  .fmc-left .ewm li p {
    margin-top: 10px;
  }
  .fmc-cont,
  .fmc-right {
    display: none;
  }
  .f-bottom {
    padding: 12px 15px;
    font-size: 12px;
    line-height: 20px;
  }
  .f-bottom a {
    font-size: 12px;
  }
  /*kf*/
  .kef {
    z-index: 9;
    background-color: #fff;
    position: fixed;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 60px;
    border-radius: 5px 5px 0 0;
    display: flex;
    display: -webkit-flex;
  }
  .kef span div,
  .kef {
    -webkit-box-shadow: 0 2px 13px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 2px 13px rgba(0, 0, 0, 0.25);
    box-shadow: 0 2px 13px rgba(0, 0, 0, 0.25);
  }
  .kef a {
    z-index: 1000001;
    transition: 0.5s;
    cursor: pointer;
    display: block;
    width: calc(100% / 3);
    height: 62px;
    border-right: 1px solid #ccc;
    position: relative;
    float: left;

    display: flex;
    display: -webkit-flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    -webkit-align-items: center;
    -webkit-justify-content: center;
  }
  .kef a i {
    font-size: 24px;
    color: #0072c3;
    margin-bottom: 4px;
  }
  .kef a:last-child i {
    font-size: 20px;
    line-height: 24px;
  }
  .kef span:last-child {
    border-right: 0;
  }
}

.more {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 160px;
  height: 48px;
  background-color: #0072c3;
  z-index: 0;
  font-size: 16px;
  color: #ffffff;
  position: relative;
  overflow: hidden;
}

.more::after {
  content: "";
  display: block;
  width: 0;
  height: 100%;
  background-color: #ffffff;
  z-index: -1;
  position: absolute;
  left: 0;
  top: 0;
  transition: all 0.3s;
}

.more:hover::after {
  width: 100%;
}

.more:hover {
  color: #0072c3;
}
@media only screen and (max-width: 1600px) {
  .more {
    height: 46px;
    font-size: 16px;
  }
  .btnwrap {
    margin-top: 40px;
  }
  .btnwrap .more {
    width: 220px;
    height: 50px;
  }
}
@media only screen and (max-width: 760px) {
  .more {
    width: 100px;
    height: 36px;
    font-size: 14px;
  }
}

/* 分页 */
.newspage {
  display: flex;
  justify-content: center;
}

.newspage .pagination {
  display: flex;
  align-items: center;
  justify-content: center;
}

.newspage span,
.newspage a {
  display: block;
  width: 40px;
  height: 40px;
  border: 1px solid #e5e5e5;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  color: #888;
  margin-right: 10px;
}

.newspage li:last-child {
  margin-right: 0;
}

.newspage li.active span,
.newspage a:hover {
  background-color: #0072c3;
  color: #fff;
}

.newspage li.disabled span {
  background-color: #999999;
  color: #fff;
}

@media (max-width: 760px) {
  .newspage span,
  .newspage a {
    width: 30px;
    height: 30px;
    font-size: 12px;
    margin-right: 6px;
  }
}

/* 分页 */

/* 上一页、下一页 */
.article-page {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #666666;
  height: 70px;
}

@media (max-width: 760px) {
  .article-page {
    height: 40px;
  }
}
/* 上一页、下一页 */

/* 内页面包屑 + 导航 */
.a-linkwrap {
}

.a-linkwrap .box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 80px;
}

.a-linkwrap .box .position {
  font-size: 14px;
  color: #999999;
  padding-left: 28px;
  background: url("../images/icon_location.png") no-repeat left center;
  line-height: 24px;
}

.a-linkwrap .box .position a {
  margin-right: 5px;
}

.a-linkwrap .box .position a:last-child {
  color: #666666;
  margin-right: 0;
}

.a-link {
  display: flex;
  justify-content: center;
  align-items: center;
}

.a-link a {
  font-size: 16px;
  color: #222;
  position: relative;
}

.a-link i {
  display: block;
  width: 1px;
  height: 15px;
  background-color: #d2d2d2;
  margin: 0 30px;
}

.a-link i:last-child {
  display: none;
}

.a-link a::after {
  content: "";
  display: block;
  width: 0%;
  height: 2px;
  background-color: #0072c3;
  position: absolute;
  left: 0;
  transition: all 0.3s;
}

.a-link a:hover::after,
.a-link a.active::after {
  width: 100%;
}

.a-link a:hover,
.a-link a.active {
  color: #0072c3;
}

@media (min-width: 761px) and (max-width: 991px) {
  .a-linkwrap .box {
    height: 60px;
  }
  .a-link a {
    font-size: 14px;
  }
  .a-link i {
    margin: 0 12px;
  }
}

@media (max-width: 760px) {
  .a-linkwrap {
    padding: 12px 0;
  }
  .a-linkwrap .box .position {
    background-size: auto 16px;
    padding-left: 20px;
  }
  .a-linkwrap .box {
    height: auto;
    display: block;
  }
  .a-link {
    display: none;
    justify-content: flex-start;
  }
  .a-link a {
    width: 20%;
    text-align: center;
    font-size: 12px;
  }
  .a-link i {
    display: none;
  }
}

/* 内页面包屑 + 导航 */

/* 关于我们数字滚动 */
.about-numwrap {
  margin-top: 80px;
}

.index-about-num {
  display: flex;
  align-items: center;
  justify-content: center;
}

.index-about-num li {
  flex: 1;
  background: #ffffff;
  border-radius: 10px;
  margin-right: 30px;
  height: 153px;
  display: flex;
  align-items: center;
  padding-left: 20px;
  transition: all 0.3s;
}

.index-about-num li:last-child {
  margin-right: 0;
}

.index-about-num .icon {
  margin-right: 15px;
  filter: grayscale(100%);
  opacity: 0.5;
  transition: all 0.3s;
}

.index-about-num .numfont {
  display: flex;
  align-items: flex-end;
  margin-bottom: 12px;
}

.index-about-num .numfont h2 {
  font-size: 55px;
  color: #333333;
  font-weight: bold;
  transition: all 0.3s;
}

.index-about-num .numfont span {
  font-size: 30px;
  color: #333333;
  margin-bottom: 5px;
  transition: all 0.3s;
}

.index-about-num h3 {
  font-size: 16px;
  color: #a3a4a6;
}

.index-about-num li:hover {
  transform: scale(1.1);
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}

.index-about-num li:hover .icon {
  filter: grayscale(0);
  opacity: 1;
}

.index-about-num li:hover .numfont h2 {
  color: #0072c3;
}

.index-about-num li:hover .numfont span {
  color: #0072c3;
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .index-about-num li {
    margin-right: 15px;
    height: 130px;
  }
  .index-about-num .icon {
    height: 55px;
  }
  .index-about-num .numfont {
    margin-bottom: 10px;
  }
  .index-about-num .numfont h2 {
    font-size: 45px;
  }
  .index-about-num .numfont span {
    font-size: 24px;
  }
  .index-about-num h3 {
    font-size: 14px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .about-numwrap {
    margin-top: 60px;
  }
  .index-about-num li {
    margin-right: 15px;
    height: 110px;
  }
  .index-about-num .icon {
    height: 45px;
    margin-right: 10px;
  }
  .index-about-num .numfont {
    margin-bottom: 10px;
  }
  .index-about-num .numfont h2 {
    font-size: 35px;
  }
  .index-about-num .numfont span {
    font-size: 18px;
  }
  .index-about-num h3 {
    font-size: 14px;
  }
}

@media (min-width: 761px) and (max-width: 991px) {
  .about-numwrap {
    margin-top: 50px;
  }
  .index-about-num {
    flex-wrap: wrap;
  }
  .index-about-num li {
    margin-right: 15px;
    margin-top: 15px;
    height: 90px;
    flex: 0 0 calc((100% - 30px) / 3);
  }
  .index-about-num li:nth-child(3n) {
    margin-right: 0;
  }
  .index-about-num .icon {
    height: 45px;
    margin-right: 10px;
  }
  .index-about-num .numfont {
    margin-bottom: 10px;
  }
  .index-about-num .numfont h2 {
    font-size: 35px;
  }
  .index-about-num .numfont span {
    font-size: 18px;
  }
  .index-about-num h3 {
    font-size: 14px;
  }
}

@media (max-width: 760px) {
  .about-numwrap {
    margin-top: 30px;
  }

  .index-about-num {
    flex-wrap: wrap;
  }

  .index-about-num li {
    margin-right: 15px;
    margin-top: 15px;
    padding-left: 15px;
    height: 80px;
    flex: 0 0 calc((100% - 15px) / 2);
  }

  .index-about-num li:nth-child(2n) {
    margin-right: 0;
  }
  .index-about-num .icon {
    height: 40px;
    margin-right: 10px;
  }
  .index-about-num .numfont {
    margin-bottom: 10px;
  }
  .index-about-num .numfont h2 {
    font-size: 30px;
  }
  .index-about-num .numfont span {
    font-size: 14px;
  }
  .index-about-num h3 {
    font-size: 12px;
  }
}

/* 相关产品 */
.related-products-wrap {
  padding: 50px 70px;
  background: #ffffff;
}

.related-products-wrap .cate-title {
  font-size: 30px;
  color: #222222;
  font-weight: bold;
  padding-bottom: 36px;
  margin-bottom: 40px;
  position: relative;
}

.related-products-wrap .cate-title::after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 60px;
  height: 5px;
  background: #0072c3;
  left: 0;
  bottom: 0;
}

.related-products-wrap .list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.related-products-wrap .list .item {
  width: calc((100% - 40px * 3) / 4);
  margin-right: 40px;
}

.related-products-wrap .list .item:last-child {
  margin-right: 0;
}

.related-products-wrap .list .item .litpic-box {
  height: 0;
  padding-bottom: 100%;
  overflow: hidden;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 80%;
  border: 1px solid #eeeeee;
  border-radius: 8px;
}

.related-products-wrap .list .item .title {
  font-size: 16px;
  color: #666666;
  text-align: center;
  margin-top: 20px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media (min-width: 992px) and (max-width: 1399px) {
  .related-products-wrap {
    padding: 40px;
  }
}

@media (min-width: 761px) and (max-width: 991px) {
  .related-products-wrap {
    padding: 24px;
  }
  .related-products-wrap .cate-title {
    font-size: 24px;
    padding-bottom: 20px;
    margin-bottom: 24px;
  }
  .related-products-wrap .list .item {
    width: calc((100% - 15px * 3) / 4);
    margin-right: 15px;
  }
}

@media (max-width: 760px) {
  .related-products-wrap {
    padding: 15px;
  }
  .related-products-wrap .cate-title {
    font-size: 18px;
    padding-bottom: 15px;
    margin-bottom: 24px;
  }
  .related-products-wrap .cate-title::after {
    height: 3px;
  }
  .related-products-wrap .list .item {
    width: calc((100% - 15px * 1) / 2);
    margin-right: 15px;
    margin-bottom: 15px;
  }
  .related-products-wrap .list .item:nth-child(2n) {
    margin-right: 0;
  }
}

/* 公共标题+描述 */
.public-cate-title {
  text-align: center;
}

.public-cate-title h3 {
  font-weight: bold;
  font-size: 36px;
  color: #333333;
}

.public-cate-title span {
  display: block;
  width: 84px;
  height: 4px;
  background: #0072c3;
  margin: 16px auto 20px;
}

.public-cate-title h4 {
  font-size: 18px;
  color: #999999;
  line-height: 20px;
  text-transform: capitalize;
}

@media (max-width: 760px) {
  .public-cate-title h3 {
    font-size: 26px;
  }
  .public-cate-title span {
    width: 60px;
    height: 2px;
    margin: 12px auto 14px;
  }
  .public-cate-title h4 {
    font-size: 16px;
  }
}

/* 内页banner */
.a-bannerwrap {
  position: relative;
  overflow: hidden;
}

.a-bannerwrap .bgimg {
  width: 100%;
}

.ab-text {
  width: 100%;
  text-align: center;
  position: relative;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  position: absolute;
}

.ab-text h3 {
  font-size: 48px;
  color: #fff;
  font-weight: bold;
  margin-bottom: 20px;
}

.ab-text h4 {
  font-size: 18px;
  color: #fff;
  opacity: 0.8;
}

@media only screen and (max-width: 1600px) {
  .ab-text h3 {
    font-size: 40px;
  }

  .ab-text h4 {
    font-size: 16px;
  }
}

@media only screen and (max-width: 760px) {
  .a-bannerwrap {
    margin-top: 50px;
  }
  .a-bannerwrap .bgimg {
    height: 200px;
    object-fit: cover;
  }
  .ab-text h3 {
    font-size: 26px;
    margin-bottom: 0;
  }
  .ab-text h4 {
    display: none;
  }
}
